Animator ControllerのLayerは上から順に適用される
https://gyazo.com/9dccaba7805f22cd1795373bba777099
AnimatorControllerのステートに対応するアニメーションのパラメーターの適用順は上から
via そもそも何故VRChat Avatars3.0で表情が戻らない現象が起こるのか(およびWrite Defaultsへの呪詛) - プラナリアのメモ
公式ドキュメントだとこの辺りから読み取れる
Select Override to use the animation on this layer, replacing the animation on previous layers.
Select Additive to add the animation on this layer on top of the animation from previous layers.
For additive blending to be successful, the animation on the additive layer must contain the same properties as the previous layers.
アニメーションのレイヤー - Unity マニュアル
この書き方だとどっちがpreviousなのかわかんない